home *** CD-ROM | disk | FTP | other *** search
/ PC Accelerator 13 / PCXL13D1.iso / PCXL-Disc 1 9-99.exe / 0 / RCDATA / TFORM6 / TFORM6.txt < prev   
Text File  |  1999-03-04  |  835b  |  43 lines

  1. object Form6: TForm6
  2.   Left = 302
  3.   Top = 239
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Loading... please wait.'
  7.   ClientHeight = 482
  8.   ClientWidth = 639
  9.   Color = 6184542
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   Visible = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = -2
  25.     Top = 1
  26.     Width = 640
  27.     Height = 480
  28.     Picture.Data = {<image000.bmp>}
  29.     OnClick = Image1Click
  30.   end
  31.   object NoTask1: TNoTask
  32.     Left = 584
  33.     Top = 8
  34.   end
  35.   object term: TTimer
  36.     Enabled = False
  37.     Interval = 5000
  38.     OnTimer = termTimer
  39.     Left = 8
  40.     Top = 8
  41.   end
  42. end
  43.